X-Git-Url: https://git.r.bdr.sh/rbdr/super-polarity/blobdiff_plain/2af83e98005a14c439b360a5b9ac636f594d9f0c..38c7d3f9eb7d63937c6654ff5dd6046ce02dd59c:/Super%20Polarity/Actors/Ship.cs diff --git a/Super Polarity/Actors/Ship.cs b/Super Polarity/Actors/Ship.cs index 502c22e..b4706ac 100644 --- a/Super Polarity/Actors/Ship.cs +++ b/Super Polarity/Actors/Ship.cs @@ -27,7 +27,7 @@ namespace SuperPolarity RepelRadius = 100; FleeVelocity = 5; - ActVelocity = 3; + ActVelocity = 2; ChargeVelocity = 1.5f; CurrentPolarity = Polarity.Neutral; Magnetizing = false;